-
A
MatchOptions
object is a structure that specifies the criteria for results returned by the Mapbox Map Matching API.Pass an instance of this class into the
See moreDirections.calculate(_:completionHandler:)
method.Declaration
Swift
open class MatchOptions : DirectionsOptions
-
A
Match
object defines a single route that was created from a series of points that were matched against a road network.Typically, you do not create instances of this class directly. Instead, you receive match objects when you pass a
See moreMatchOptions
object into theDirections.calculate(_:completionHandler:)
method.Declaration